My Apache doesn't execute PHP code with <? ?> Tag [closed]

Posted by amateurs on Stack Overflow See other posts from Stack Overflow or by amateurs
Published on 2011-01-15T03:33:42Z Indexed on 2011/01/15 3:53 UTC
Read the original article Hit count: 171

Filed under:

Possible Duplicate:
How to enable PHP short tags ?

I am using

Apache Friends XAMPP (Basis Package) version 1.7.3
  • Apache 2.2.14 (IPV6 enabled)
  • MySQL 5.1.41 (Community Server) with PBXT engine 1.0.09-rc
  • PHP 5.3.1 (PEAR, Mail_Mime, MDB2, Zend)

and i am running php files, that i code with <? ?> tags not <?php ?>. but the apache server won't execute my code, but if i try with <?php ?> tags, the code works. Anyone know how to enable the server to execute php code with <? ?> tags ?

© Stack Overflow or respective owner

Related posts about php